home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  225 b   |  14 lines

  1. on mouseUp
  2.   global cycleNo, userNo
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if getAt(cycleNo, userNo) > 1 then
  7.     go("cycle list")
  8.     cursor(0)
  9.   else
  10.     cursor(0)
  11.     alert("No previous cycles found.")
  12.   end if
  13. end
  14.